FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: CodeSystem/UEC-CommunicationChannel-1

Packagenhsd.assets.stu3
Resource TypeCodeSystem
IdUEC-CommunicationChannel-1
FHIR VersionR3
Sourcehttps://simplifier.net/resolve?scope=nhsd.assets.stu3@1.7.0&canonical=https://fhir.nhs.uk/STU3/CodeSystem/UEC-CommunicationChannel-1
URLhttps://fhir.nhs.uk/STU3/CodeSystem/UEC-CommunicationChannel-1
Version1.0.0
Statusdraft
Date2020-03-23T00:00:00+00:00
NameUEC Communication Channel
Authorityhl7
DescriptionA CodeSystem to identify the communication channel or setting, for use in Urgent and Emergency Care.
CopyrightCopyright © 2020 NHS Digital
Contentcomplete

Resources that use this resource

ValueSet
UEC-CommunicationChannel-1UEC Communication Channel

Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "CodeSystem",
  "id": "UEC-CommunicationChannel-1",
  "url": "https://fhir.nhs.uk/STU3/CodeSystem/UEC-CommunicationChannel-1",
  "version": "1.0.0",
  "name": "UEC Communication Channel",
  "status": "draft",
  "date": "2020-03-23T00:00:00+00:00",
  "publisher": "NHS Digital",
  "contact": [
    {
      "name": "Interoperability Team",
      "telecom": [
        {
          "system": "email",
          "value": "interoperabilityteam@nhs.net",
          "use": "work"
        }
      ]
    }
  ],
  "description": "A CodeSystem to identify the communication channel or setting, for use in Urgent and Emergency Care.",
  "copyright": "Copyright © 2020 NHS Digital",
  "caseSensitive": true,
  "content": "complete",
  "concept": [
    {
      "code": "online",
      "display": "Online"
    },
    {
      "code": "telephony",
      "display": "Telephony"
    },
    {
      "code": "face-to-face",
      "display": "Face to face"
    },
    {
      "code": "video-consultation",
      "display": "Video Consultation"
    },
    {
      "code": "sms",
      "display": "SMS"
    },
    {
      "code": "email",
      "display": "Email"
    }
  ]
}